PUT api/hr/update
Request Information
URI Parameters
None.
Body Parameters
RequestHealthReminderUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| ID | integer |
None. |
|
| DateSchedule | string |
None. |
|
| IsActive | boolean |
None. |
|
| Notes | string |
None. |
|
| Tag | integer |
None. |
|
| Time | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountID": 1,
"ID": 2,
"DateSchedule": "sample string 3",
"IsActive": true,
"Notes": "sample string 5",
"Tag": 6,
"Time": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.